home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource1
/
owlgen
/
sample.mnu
< prev
next >
Wrap
Text File
|
1993-01-13
|
193b
|
15 lines
MNU_Sample MENU
BEGIN
POPUP "&Test"
BEGIN
MENUITEM "Option &1", CM_Option1
MENUITEM "Option &2", CM_Option2
MENUITEM SEPARATOR
MENUITEM "&Close", CM_Close
END
END